| Leadtools Namespace > LeadCollection<T> Class : LeadCollection<T> Constructor |
| Overload | Description |
|---|---|
| LeadCollection<T> Constructor(IEnumerable<T>) | Initializes a new instance of the LeadCollection<T> class that contains items copied from the specified collection and that has the same initial capacity as the number of items copied. |
| LeadCollection<T> Constructor(List<T>) | Initializes a new instance of the LeadCollection<T> class that contains items copied from the specified list and that has the same initial capacity as the number of items copied. |
| LeadCollection<T> Constructor() | Initializes a new empty instance of the LeadCollection<T> class. |